FilteredElementCollector(Document, ICollection(ElementId))
Description:
Constructs a new FilteredElementCollector that will search and filter a specified set of elements.
Constructs a new FilteredElementCollector that will search and filter a specified set of elements.
Overloads (4):
FilteredElementCollector(Document,ICollection[ElementId])
public FilteredElementCollector(
Document document,
ICollection<ElementId> elementIds
)
-
documentThe document that owns the elements matching the element ids.
-
ICollection<ElementId>elementIdsThe input set of element ids.
-
The input collection of ids was empty, or its contents were not valid for iteration.
-
A non-optional argument was null